adding jackson3 provider (#1066)#1067
Conversation
Signed-off-by: bschumann <b.schumann@kasasi.de>
|
@kallestenflo could you please review the PR? |
|
Thank you this is needed for all Spring Boot v4 users and we also need this for Apache Camel |
|
Sorry I did not know you supporting these old JAVA versions. |
|
I don’t know how relevant it is to support < 17. 17 can be used as baseline. |
could also jump the project to 3.0 and use jdk17 / jacklson 3 / spring boot v4 as the reason |
|
this project is low maintained so even releasing it as 2.11 with jackson 3 and jdk17 is better - the existing users can stay on the current release. And in case some serious bugs is to be fixed on that release then it can be release as 2.10.x |
|
I would be perfectly fine with JDK17 too. |
Signed-off-by: bschumann <b.schumann@kasasi.de>
|
I'm not very familiar with gradle. Hopefully I got all relevant parts. |
Signed-off-by: bschumann <b.schumann@kasasi.de>
…0.0 [skip ci] Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.10.0 to 3.0.0. Release notes *Sourced from [com.jayway.jsonpath:json-path's releases](https://github.com/jayway/JsonPath/releases).* > json-path-3.0.0 > --------------- > > What's Changed > -------------- > > * adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) by [`@bsa01`](https://github.com/bsa01) in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067) > * Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 by [`@kallestenflo`](https://github.com/kallestenflo) in [json-path/JsonPath#1072](https://redirect.github.com/json-path/JsonPath/pull/1072) > > New Contributors > ---------------- > > * [`@bsa01`](https://github.com/bsa01) made their first contribution in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067) > > **Full Changelog**: <json-path/JsonPath@json-path-2.10.0...json-path-3.0.0> Commits * [`62a4c9f`](json-path/JsonPath@62a4c9f) Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 ([#1072](https://redirect.github.com/jayway/JsonPath/issues/1072)) * [`470b566`](json-path/JsonPath@470b566) Prepare version 3.0.0 * [`5a7f29e`](json-path/JsonPath@5a7f29e) adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) ([#1067](https://redirect.github.com/jayway/JsonPath/issues/1067)) * [`b6c60b3`](json-path/JsonPath@b6c60b3) Prepare next version ([#1059](https://redirect.github.com/jayway/JsonPath/issues/1059)) * See full diff in [compare view](json-path/JsonPath@json-path-2.10.0...json-path-3.0.0) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Resolves #1066
Trying to add jackson3 support.
Update jackson2 from 2.19.2 to 2.20.1